home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / os2bbs / ps2_201e.zip / PALMSCAN.HLP < prev    next >
Text File  |  1996-01-07  |  13KB  |  281 lines

  1.       The PalmScan commandline consists of:
  2.  
  3.       PALMSCAN.EXE [FileSpecs|@ListFile|Command] <Options>
  4.  
  5.       [..] is mandatory
  6.       <..> is optional
  7.  
  8.       [FileSpecs]    must be valid DOS file-specifications. At least one
  9.                      should be given, up to 30 can be given.
  10.                      File-specifications can be either filenames or
  11.                      directories. In the last case, all files in that
  12.                      directory will be processed.
  13.  
  14.       Example :      PalmScan *.ZIP
  15.  
  16.       [@ListFile]    Instead of (a) file-specification(s), you can also use
  17.                      a listfile. This listfile should contain valid
  18.                      file-specifications (see above). PalmScan will process
  19.                      all file-specifications in the listfile (there is no
  20.                      maximum size for the listfile!). The
  21.                      file-specifications should be placed on the first part
  22.                      of each line, 2everything behind it will be ignored.
  23.  
  24.                      Example listfile:
  25.  
  26.                      d:\files\upload     This is the upload directory
  27.                      d:\files\incoming   This is the incoming files
  28.                                          directory
  29.  
  30.                      In this example, all files in the directory's
  31.                      d:\files\upload and d:\files\incoming, will be
  32.                      processed (except for those files configured with the
  33.                      SkipFile keyword in the PalmScan configuration). The
  34.                      comments behind the directory's will be ignored.
  35.                      You can also use FLSEARCH.CTL (QuickBBS format) with
  36.                      this option.
  37.  
  38.       Example :      PalmScan @C:\BBS\FLSEARCH.CTL
  39.  
  40.       [Command] :
  41.  
  42.       /FDBmaint<areanr<-areanr>>
  43.  
  44.            Usage   : Run Ezycom/RemoteAccess/Concord file-database
  45.                      maintenance. PalmScan will first search the
  46.                      file-database for files which have not been processed,
  47.                      and place them in a file called FILEINFO.FIX. After
  48.                      that, the PalmScan FileInfo system will take over and
  49.                      those files will be processed. Files will be converted
  50.                      to the archiver configured in the file-area
  51.                      configuration. When no archiver is configured for an
  52.                      area, PalmScan will not process files in that area.
  53.                      (Except for Concord, at this moment no archiver can be
  54.                      configured in the file-area configuration so all areas
  55.                      will be processed).
  56.                      When running with Ezycom or Concord, PalmScan will use
  57.                      the checked bit in the file-database to determine
  58.                      wether a file has been processed or not.
  59.                      When running with RemoteAccess, PalmScan uses
  60.                      LASTSCAN.PS in the file-database directory to store
  61.                      the last time when the FDB maintenance has been run.
  62.                      All files which have an upload date after the date of
  63.                      that file will be processed.
  64.                      When running with Concord, PalmScan will only do
  65.                      virus-scanning when that's configured in the file-area
  66.                      configuration.
  67.  
  68.                      <areanr-<areanr>>   The area numbers which should be
  69.                                          processed. A range of areas can be
  70.                                          given here (eg. 10-20) or just one
  71.                                          area can be given.
  72.                                          When no area number is specified,
  73.                                          PalmScan will process all areas
  74.                                          which have a destination archiver
  75.                                          configured.
  76.  
  77.                      Any file specifications given on the commandline will
  78.                      be used to determine wether a file should be processed
  79.                      or not.
  80.  
  81.            Options : /All      Process all files in the specified areas,
  82.                                even if they have already been processed.
  83.  
  84.                      /AnyArea  Process any area, instead of only areas
  85.                                which have a target archiver set.
  86.  
  87.            Example : PalmScan.Exe /L /FDBMAINT50-99 /ALL *.ARJ
  88.                         - This will process all *.ARJ files which are in
  89.                           the file-database in areas in the range 50 to 99
  90.                           which have a destination archiver configured in
  91.                           the file-area configuration.
  92.  
  93.       /Fix<+>
  94.  
  95.            Usage   : Use the PalmScan FileInfo system. This system
  96.                      accomplishes an enhanced communication between
  97.                      PalmScan and programs using PalmScan. When using /FIX,
  98.                      PalmScan will use the FileInfo system in Read-Only
  99.                      mode, the FileInfo file (FILEINFO.FIX) will be deleted
  100.                      when all files have been processed.
  101.                      When using /FIX+, PalmScan will use the FileInfo
  102.                      system in Read/Write mode. PalmScan will update the
  103.                      FileInfo file with some information that can be used
  104.                      by the program which is calling PalmScan.
  105.                      Technical information about the FileInfo system can be
  106.                      found in FILEINFO.INC, which is included in the
  107.                      PalmScan package.
  108.  
  109.  
  110.       <options> :
  111.  
  112.       /L
  113.  
  114.            Usage   : Local operation. When this switch is NOT used,
  115.                      PalmScan will search for DOOR.SYS and/or DORINFO?.DEF
  116.                      to get the user information from.
  117.  
  118.       /C[configuration-filename]
  119.  
  120.            Usage   : By default, PalmScan will search for it's
  121.                      configuration file in the same directory where
  122.                      PALMSCAN.EXE is placed, with the filename
  123.                      PALMSCAN.CFG. With this commandline option, you can
  124.                      tell PalmScan to use an alternate configuration file.
  125.  
  126.            Example : /Cc:\palmscan\afixpalm.cfg
  127.  
  128.       /D[dorinfo-filename]
  129.  
  130.            Usage   : When your BBS-package creates a DORINFO file with a
  131.                      filename that can't be found by searching for
  132.                      DORINFO?.DEF (ie. Ezycom can create DORINF85.DEF for
  133.                      line 85), you can specify this filename here.
  134.  
  135.            Example : /Ddorinf85.def
  136.  
  137.       /N[node]
  138.  
  139.            Usage   : When the node number is specified with this
  140.                      commandline option, PalmScan's multi-line support is
  141.                      enabled. This makes sure that PalmScan will run
  142.                      without problems when running on more nodes at the
  143.                      same time on multi-node systems.
  144.                      This commandline option is required when using the
  145.                      EzyFileID configuration keyword.
  146.  
  147.       /NoChanges
  148.  
  149.            Usage   : When this option is used, no archiving will be done at
  150.                      all. This means that no archive will be converted,
  151.                      there won't be any file removal or file adding, no
  152.                      music modules will be described, and the archive
  153.                      header will not be updated. This can be especially
  154.                      useful for running PalmScan as online virus scanner
  155.                      (when the archive conversion is done in an event), or
  156.                      for just updating file descriptions in FILES.BBS with
  157.                      the 'FileID' keyword used.
  158.  
  159.       /NoConversion
  160.  
  161.  
  162.            Usage   : When this option is used, archive conversion is not
  163.                      done. All other function will be performed.
  164.  
  165.       /T[archiver]
  166.  
  167.            Usage   : Override the configured destination archiver.
  168.                      When no archiver is configured in the PalmScan
  169.                      configuration, PalmScan will only convert the main
  170.                      archives, no embedded archives. When there is an
  171.                      archiver configured in the PalmScan configuration,
  172.                      those settings will be used for SFX/Secure/Embedded
  173.                      archives.
  174.                      When used when running the file-database maintenance,
  175.                      PalmScan will still only process those areas which
  176.                      have a destination archiver configured (in the
  177.                      Ezycom/RemoteAccess file-area configuration). This
  178.                      commandline option does override that configured
  179.                      archiver, though.
  180.  
  181.            Example : /TARJ
  182.  
  183.            Note    : This is a bonus feature, which is available in the
  184.                      registered version only.
  185.  
  186.       /NoFDB
  187.  
  188.            Usage   : Temporary disable the file-database support.
  189.  
  190.            Note    : This is a bonus feature, which is available in the
  191.                      registered version only.
  192.  
  193.       /NoFilesbbs
  194.  
  195.            Usage   : Temporary disable the files.bbs support.
  196.  
  197.            Note    : This is a bonus feature, which is available in the
  198.                      registered version only.
  199.  
  200.       /S
  201.  
  202.            Usage   : When this option is used, PalmScan will search all
  203.                      sub-directory's of the given file-specifications for
  204.                      files to be processed. Together with the
  205.                      ProcessListedOnly configuration keyword, this option
  206.                      can very well be used to process all files on a
  207.                      bulletin board.
  208.  
  209.       /Unlisted
  210.  
  211.            Usage   : When this option is used, PalmScan will only process
  212.                      files which are not listed in FILES.BBS and/or the
  213.                      RemoteAccess/Ezycom/Concord file-database. This
  214.                      commandline option overrides the ProcessListedOnly
  215.                      configuration keyword.
  216.  
  217.       /Move[Path]
  218.  
  219.            Usage   : When a file has been processed and is ok, it can be
  220.                      moved to another directory.
  221.  
  222.                      [Path]    The directory where good files will be moved
  223.                                to.
  224.  
  225.            Note    : This is a bonus feature, which is available in the
  226.                      registered version only.
  227.  
  228.       /V[Size]
  229.  
  230.            Usage   : To use the multi-volume packing (MultiVolumePack
  231.                      configuration keyword), the target size must be
  232.                      specified on the PalmScan commandline, using this
  233.                      commandline option.
  234.  
  235.                      [Size]    The target size of the multi-volume
  236.                                archives. This parameter is passed on
  237.                                directly to the archiver when PalmScan
  238.                                starts packing the archives.
  239.  
  240.       /NoMove
  241.  
  242.            Usage   : Temporary disable the moving of files to the BadPath,
  243.                      InfectedPath, HackPath, OldPath and BadGifPath. When
  244.                      needed, PalmScan will exit with an errorlevel instead
  245.                      of moving any files.
  246.  
  247.            Note    : This is a bonus feature, which is available in the
  248.                      registered version only.
  249.  
  250.       /NoScan
  251.  
  252.            Usage   : Temporary disable virus-scanning.
  253.  
  254.            Note    : This is a bonus feature, which is available in the
  255.                      registered version only.
  256.  
  257.       /Mono
  258.  
  259.            Usage   : Forces monochrome mode.
  260.  
  261.       /NoCls
  262.  
  263.            Usage   : Do not clear the screen at startup.
  264.  
  265.       /Debug
  266.  
  267.            Usage   : This will log some more information on the execution
  268.                      of external programs (such as virus scanners,
  269.                      archivers, etc.) and virtually anything which is
  270.                      displayed on the screen.
  271.  
  272.       /P[priority]
  273.  
  274.            Usage   : This option is only available in the OS/2 version of
  275.                      PalmScan. The priority of the process can be set using
  276.                      this commandline option.
  277.  
  278.                      [priority]     This is a percentage of the normal
  279.                                     priority. It can be a value from 0 to
  280.                                     257. The default priority is 100.
  281.